A quicky source code README

txt2gta2.exe is a simple program that starts run.exe in data folder. that's all. run.exe is converted python script with py2exe

run.py in this folder works correct and as txt2gta2.exe
run.py in data folder is the one to be changed to .exe with py2exe (you need py2exe installed)

so change code in run.py, check if it works and copy it to data folder and convert to .exe

how does script/program work?
- first it copies with bash/dos files from alphabet folder and renames to *temp.png. 
- then with imagemagick +append option the letters are added to form one image, which is placed in main folder as result.png 
- then if a color is set, with imagemagick a color convert is performed on result.png.
- run remove_temp.bat script to remove the *temp.png files
- done (sounds easy right?)


Oh, and sorry for the messy code, perhaps i should start making more functions... :) (give tips/crit in gtamp forum if you like)

Cuban-Pete